home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #2
/
Amiga Plus CD - 2004 - No. 02.iso
/
AmiSoft
/
Disk
/
moni
/
FileX-src.lha
/
FileX-src
/
filexwindow_protos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-08-28
|
647b
|
31 lines
/* Prototypes for functions defined in
filexwindow.c
*/
extern struct MsgPort * GadgetReplyPort;
void DoGadgetReplyPortMsg(void);
BOOL InitReplyPort(void);
void FreeReplyPort(void);
void NewCalcCleanup(struct WindowInfo * );
struct WindowInfo * NewCalcSetup(struct Screen * );
void SetzeMuster(struct Window * );
void MyFilledDrawBevelBox(struct RastPort * , long , long , long , long , BOOL );
long MyTextLength(struct RastPort * , char * );
UBYTE GetUnderlinedKey(UBYTE * );
int NewOpenAWindow(struct WindowData * , UBYTE * );
void NewCloseAWindow(struct WindowData * );
void KeySelect(struct Gadget ** , struct IntuiMessage * );